home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / SETUP / US / CBUILDER / DATA.Z / BRPARTS.DFM / BRPARTS.txt
Text File  |  1997-02-13  |  2KB  |  120 lines

  1. object BrPartsForm: TBrPartsForm
  2.   Left = 631
  3.   Top = 414
  4.   HelpContext = 4
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Browse Parts'
  8.   ClientHeight = 235
  9.   ClientWidth = 384
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 384
  23.     Height = 37
  24.     Align = alTop
  25.     BevelOuter = bvNone
  26.     BorderWidth = 3
  27.     TabOrder = 0
  28.     object ActivateBtn: TSpeedButton
  29.       Left = 285
  30.       Top = 4
  31.       Width = 80
  32.       Height = 25
  33.       AllowAllUp = True
  34.       GroupIndex = 1
  35.       Caption = 'Backorders'
  36.       OnClick = ActivateQuery
  37.     end
  38.     object Bevel1: TBevel
  39.       Left = 3
  40.       Top = 32
  41.       Width = 378
  42.       Height = 2
  43.       Align = alBottom
  44.       Shape = bsTopLine
  45.     end
  46.     object DBNavigator1: TDBNavigator
  47.       Left = 8
  48.       Top = 4
  49.       Width = 135
  50.       Height = 25
  51.       DataSource = MastData.PartsSource
  52.       VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbRefresh]
  53.       TabOrder = 0
  54.     end
  55.     object EditBtn: TButton
  56.       Left = 175
  57.       Top = 4
  58.       Width = 75
  59.       Height = 25
  60.       Caption = '&Edit'
  61.       ModalResult = 1
  62.       TabOrder = 1
  63.       OnClick = EditBtnClick
  64.     end
  65.   end
  66.   object Panel2: TPanel
  67.     Left = 0
  68.     Top = 196
  69.     Width = 384
  70.     Height = 39
  71.     Align = alBottom
  72.     BevelOuter = bvNone
  73.     TabOrder = 1
  74.     object CloseBtn: TButton
  75.       Left = 292
  76.       Top = 9
  77.       Width = 74
  78.       Height = 25
  79.       Cancel = True
  80.       Caption = '&Close'
  81.       Default = True
  82.       ModalResult = 2
  83.       TabOrder = 0
  84.       OnClick = CloseBtnClick
  85.     end
  86.   end
  87.   object PartsGrid: TDBGrid
  88.     Left = 0
  89.     Top = 37
  90.     Width = 384
  91.     Height = 159
  92.     Align = alClient
  93.     Columns = <
  94.       item
  95.         FieldName = 'PartNo'
  96.       end
  97.       item
  98.         FieldName = 'Description'
  99.       end
  100.       item
  101.         FieldName = 'OnHand'
  102.       end
  103.       item
  104.         FieldName = 'OnOrder'
  105.       end
  106.       item
  107.         FieldName = 'BackOrd'
  108.       end>
  109.     DataSource = MastData.PartsSource
  110.     Options = [dgTitles, dgColLines, dgRowLines, dgRowSelect]
  111.     TabOrder = 2
  112.     TitleFont.Charset = DEFAULT_CHARSET
  113.     TitleFont.Color = clWindowText
  114.     TitleFont.Height = -11
  115.     TitleFont.Name = 'MS Sans Serif'
  116.     TitleFont.Style = []
  117.     OnDblClick = EditBtnClick
  118.   end
  119. end
  120.